projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4a05e
)
Drop GDK_MULTIDEVICE_SAFE from the docs
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 25 Oct 2016 23:51:24 +0000
(19:51 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 25 Oct 2016 23:51:24 +0000
(19:51 -0400)
All the non-multidevice safe API was deprecated and has been
dropped now.
docs/reference/gtk/compiling.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/compiling.sgml
b/docs/reference/gtk/compiling.sgml
index 1a77806cec02ba0e0168aa8488690fc139271b9f..89856f3be8d9431471e72b97a32fc0e6c7c93c3f 100644
(file)
--- a/
docs/reference/gtk/compiling.sgml
+++ b/
docs/reference/gtk/compiling.sgml
@@
-90,12
+90,5
@@
GDK_PIXBUF_DISABLE_DEPRECATED and G_DISABLE_DEPRECATED for GDK, GdkPixbuf and
GLib.
</para>
-<para>
-Similarly, if you want to make sure that your program doesn't use any
-functions which may be problematic in a multidevice setting, you can
-define the preprocessor symbol GDK_MULTIDEVICE_SAFE by using the command
-line option <literal>-DGTK_MULTIDEVICE_SAFE=1</literal>.
-</para>
-
</refsect1>
</refentry>